x86: small boot-time changes:
authorKeir Fraser <keir@xensource.com>
Mon, 22 Oct 2007 20:06:11 +0000 (21:06 +0100)
committerKeir Fraser <keir@xensource.com>
Mon, 22 Oct 2007 20:06:11 +0000 (21:06 +0100)
commit92c2f8054e9ef54fc218989c83c53591dc9dcbce
tree0ef30b4b71cbf8132fe0138dd32eb4c8d42ec068
parentde91f88afe9c50141f681469fbed357571f1c3eb
x86: small boot-time changes:
 * use memory 0x8c000-0x90000 to avoid trampling the area above
 0x90000 -- some bootloaders may leave droppings in that region
 * reserve 2kB for vga mode table -- limit of 128 VESA modes could
 overflow the original 1kB allocation
 * remove unnecessary alignment of trampoline GDT
xen/arch/x86/boot/head.S
xen/arch/x86/boot/trampoline.S
xen/arch/x86/boot/video.S
xen/include/asm-x86/config.h